@import "media.css";
.head{
    width:100%;
    height:88px;
    background: #FFFFFF;
    box-shadow: 0px 7px 27px 0px rgba(225, 225, 225, 0.52);
    z-index: 9999999;
    position: fixed;
    top:0;
    left: 0;
    display:none;
}
.head1{
    background:#282828;
    /*position: fixed;*/
    /*top: 0;*/
    /*left: 0;*/
}
.head1-top{
    display: flex;
    justify-content: space-between;
    padding:32px 0;
}
.head1-left{
    display: inline-flex;
    align-items: center;
}
.head1-left img{
    padding-right: 20px;
    border-right: 1px solid #666;
    margin-right: 20px;
}
.head1-left p{
    color:#666;
    font-size: 18px;
}
.head1-right{
    display: inline-flex;
    align-items: center;
}
.head1-right-input{
    width: 226px;
    height: 40px;
    border:1px solid #545454;
    position: relative;
    border-radius: 30px;
    margin-left: 20px;
}
.head1-right-input input{
    background:none;
    border: none;
    color: #666;
    padding-left: 20px;
    height: 100%;
    width: 180px;
    line-height: 40px;
    font-size: 14px;
}
.head1-nav{
    width: 100%;
    border-top: 1px solid #373737;
}
.head1-right-input img{
    vertical-align: middle;
    cursor: pointer;
}
.head1 .head-ul-flex{
    height: 58px;
}
.head1 .head-ul-flex li {
    line-height: 58px;
}
.head1 .head-ul-flex li>a{
    color: #fff;
    padding-top: 16px;
    position: relative;
}
.head1 .head-ul-flex li>a::before{
    content: '';
    display: inline-block;
    width:1px;
    height:16px;
    background:#eee;
    position: absolute;
    right: -53px;
    top: 49%;
}
.head1 .head-ul-flex li:last-child a::before{
    content:none;
}
.head-flex{
    display: flex;
    justify-content:space-between;
    align-items: center;
}
.head-logo{
    width: 136px;
    font-size: 14px;
    height: 88px;
    padding-top: 17px;
    color: #666;
}
.head-logo img{
    margin-bottom: 12px;
}
.head-right-phone{
    color: #acacac;
    font-size: 16px;
    white-space: nowrap;
}
.head-right-phone span{
    color: #ffc107;
    font-size: 30px;
}
.head-ul-flex{
    height: 88px;
}
.head-ul-flex>li{
    line-height: 88px;
    display: inline-block;
    height: 100%;
    width: 92px;
    text-align: center;
}
.head-ul-flex li:first-child::before{
    content: none;
}
.head-ul-flex>li:last-child{
    border: none;
}
.head-ul-flex li:first-child a{
    margin-left: 0;
}
.head-ul-flex li:last-child a{
    margin-right: 0;
}
.head-ul-flex li>a{
    color: #333;
    font-size: 16px;
    /*margin-right: 20px;*/
    /*margin-left: 20px;*/
    padding-top: 31PX;
	/*border-top: 4px solid #ffffff;*/
}
.head-ul-flex>li>a.active{
    border-top: 4px solid #FFC107;
}
.head-ul-flex>li>a:hover{
    border-top: 4px solid #FFC107;
}
.banner{
    width:100%;
    height: 660px;
    overflow: hidden;
}
.swiper-slide{
    width:100%;
    height: 660px;
    overflow: hidden;
}
.banner .swiper-slide>a{
    display:block;
    width:100%;
    height:100%;
}
.banner .swiper-slide>a>img{
    display:block;
    width:100%;
    height:100%;
}
.banner-swiper .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    background: #FFFFFF;
    opacity: 0.6;
    border-radius: 50%;
}
.banner-swiper .swiper-pagination-bullet-active{
    width: 60px;
    height: 14px;
    background: #FFFFFF;
    /*opacity: 0.87;*/
    border-radius: 7px;
}
.pay-up{
    width: 1441px;
    margin:0 auto;
    border-top:3px solid #ffc107;
    background-image: url(/assets/img/frontend/pc/border.png);
    background-size: 100% 100%;
}
.pay-up-box{
    width: 1256px;
    margin:39px auto 0;
    display: flex;
    justify-content: space-between;
}
.pay-text p:first-child{
    font-size: 22px;
    color: #333;
    margin-bottom: 13px;
}
.pay-text p:last-child{
    font-size:14px;
    color: #767676;
}
.pay-text p:last-child span{
    color: #91127B;
}
.pay-from{
    display: inline-flex;
    align-content: center;
}
.pay-from input{
    width: 190px;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #D4D4D4;
    padding:0 20px;
    margin-left: 15px;
    box-sizing: border-box;
    font-size: 16px;
}
.pay-from a{
    display:inline-block;
    width: 190px;
    height: 50px;
    background: #FFC807;
    border-radius: 5px;
    color: #91127B;
    line-height: 50px;
    text-align: center;
    margin-left: 15px;
    font-size: 16px;
}
.solutions{
    margin-top: 90px;
}
.index-title p{
    text-align: center;
}
.index-title p:first-child{
    font-size: 36px;
    color: #333;
    margin-bottom: 30px;
}
.index-title p:last-child{
    font-size: 18px;
    color: #333;
}
.solutions-list{
    width: 1439px;
    margin: 90px auto 0;
    display: flex;
    justify-content: space-between;
}
.solutions-list-hidden{
    cursor: pointer;
    width: 350px;
    height: 465px;
    transition: 2s;
    position: relative;
}
.solutions-list-line{
    width: 350px;
    height: 465px;
    position: relative;
}
.solutions-list-line img{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.solutions-list-line-text{
    position: absolute;
    display: block;
    /*width:100%;*/
    left:22px;
    top:290px;
    height: 245px;
    padding-top: 41px;
    box-sizing: border-box;
}
.solutions-list-line-text i{
    display: block;
    height: 4px;
    width: 38px;
    background-color:#ffc107;
}
.solutions-list-line-text p{
    color: #fff;
    font-size: 30px;
    margin:25px 0;
}
.solutions-list-line-text span{
    color: #fff;
    font-size: 16px;
    min-height: 42px;
    display: block;
}
.solutions-list-line-text a{
    display:block;
    width: 150px;
    height: 40px;
    border: 1px solid #FFC107;
    border-radius: 6px;
    font-size: 16px;
    color: #FFC107;
    text-align: center;
    line-height: 40px;
    margin-top: 25px;
}
.solutions-list-show{
    width: 450px;
    height: 503px;
    display: none;
    position: absolute;
    top: -20px;
    left: -20px;
    z-index: 99999;
    overflow: hidden;
}
.solutions-list-hidden:hover .solutions-list-show{
    display: block;
}
.solutions-list-hidden:hover .solutions-list-line{
    /*visibility:hidden;*/
    display: none;
}
.solutions-list-show>img{
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    left:0;
    top:0;
}
.solutions-list-show-bg{
    position: absolute;
    left:5px;
    bottom:0;
    width: 97%;
    height: 297px;
    background-color: #fff;
    padding: 36px;
    box-sizing: border-box;
    border-bottom: 4px solid #ffc107;
}
.solutions-list-show-bg h2{
    color: #252525;
    font-size: 32px;
    margin-bottom: 18px;
}
.solutions-list-show-bg p{
    font-size: 16px;
    color: #333333;
}
.solutions-list-show-bg>span{
    font-size: 16px;
    color: #807F7F;
    display: block;
    margin-top: 26px;
    margin-bottom: 35px;
}
.solutions-show-link{
    display:block;
    width: 150px;
    height: 46px;
    background: #FFC807;
    border: 1px solid #FFC107;
    border-radius: 6px;
    text-align: center;
    line-height: 46px;
    color: #000;
    font-size: 16px;
}
.assurance-center:hover .solutions-show-link{
    display:block;
}
.solutions-show-link img{
    width: 27px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
}
.steps{
    width: 1439px;
    margin:119px auto 90px;
    display: flex;
    justify-content: space-between;
}
.steps-list{
    width: 272px;
    height: 137px;
    background: #F8F8F8;
    border: 1px solid #EEEEEE;
    padding:45px 23px 40px 29px;
    box-sizing: border-box;
    color: #333;
    display: inline-flex;
    align-content: center;
    justify-content: space-between;
    cursor: pointer;
}
.steps-list h2{
    font-size: 24px;
    margin-bottom: 15px;
}
.steps-list p{
    font-size: 16px;
}
.steps-list img{
    width: 71px;
    height: 71px;
    margin-top: -8px;
}
.steps-list:hover{
    margin-top: -10px;
}
.index-title-flex{
    width: 1439px;
    margin: 0 auto;
}
.index-title-flex-line{
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 21px;
}
.index-title-flex-line h1{
    font-size: 44px;
    color: #333;
    font-weight: normal;
}
.index-title-flex-line abc{
    font-size: 44px;
    color: #333;
    font-weight: normal;
}
.index-title-flex-line-ul{
    width: 100%;
    margin-bottom: 23px;
    display: inline-flex;
    justify-content: space-between;
}
.index-title-flex-line-ul h1{
    color: #E2E2E2;
    font-size: 30px;
    text-transform:uppercase;
    font-weight: normal;
}
.index-title-flex-line-ul abc{
    color: #E2E2E2;
    font-size: 30px;
    text-transform:uppercase;
    font-weight: normal;
}
.index-title-flex-line-ul ul li{
    display: inline-block;
}
.index-title-flex-line-ul ul li a{
    padding:0 20px;
    font-size: 16px;
}
.index-title-flex-line-ul ul li:after{
    content: '/';
}
.index-title-flex-line-ul ul li:last-child:after {
    content:normal;
}
.index-title-flex-line-ul ul li:first-child a{
    padding-left: 0;
}
.index-title-flex-line-ul ul li:last-child a{
    padding-right: 0;
}
.index-title-flex-line-ul ul li a:hover{
    color: #91127B;
}
.index-title-flex-line-border{
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}
.index-title-flex-line-border i{
    width: 8px;
    height: 8px;
    background: #F4B702;
    border-radius: 2px;
}
.index-title-flex-line-border span{
    width: 1417px;
    height: 1px;
    background: #CCCCCC;
}
.case-row{
    display: none;
}
.case-box{
    width: 100%;
    padding: 0 20px;
    margin-top: 65px;
    box-sizing: border-box;
}
.case-box-line{
    width:100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
.case-list{
    /*cursor: pointer;*/
    /*margin-bottom: 12px;*/
    /*margin-right:10px;*/
    /*width: 457px;*/
    /*height: 342px;*/
    cursor: pointer;
    margin-bottom: 12px;
    /* margin-right: 10px; */
    width: calc(100% /4);
    height: 342px;
    padding-right: 10px;
}
.case-list:nth-child(4n){
    padding-right:0;
}
.case-list-hidden{
    width:100%;
    height:100%;
    position: relative;
}
.case-list-hidden img{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.case-list-hidden p{
    position: absolute;
    right: 0;
    bottom: 15px;
    /*width: 258px;*/
    height: 59px;
    background-color:rgba(0,0,0,.7);
    color: #fff;
    line-height: 59px;
    font-size: 18px;
    text-align: center;
    padding:0 10px;
}
.case-list-show{
    width: 100%;
    height: 100%;
    display: none;
    background-color:rgba(0,0,0,.9);
    border-right: 3px solid #FFC107;
    border-bottom: 3px solid #FFC107;
    padding: 30px 48px 30px 26px;
    box-sizing: border-box;
    position: relative;
}
.case-list:hover .case-list-show{
    display:block;
}
.case-list:hover .case-list-hidden{
    display: none;
}
.case-list-show img{
    position: absolute;
    right: 48px;
    top:30px;
    width: 69px;
    height: 69px;
    border-radius: 50%;
}
.case-list-show h2{
    font-size: 28px;
    margin-top: 86px;
    margin-bottom: 20px;
    color:#ffc107;
    font-weight: normal;
}
.case-list-show i{
    display: block;
    width: 29px;
    height: 3px;
    background: #FFC107;
    opacity: 0.83;
    margin-bottom: 21px;
}
.case-list-show p{
    font-size: 18px;
    color: #fff;
    margin-bottom: 21px;
}
.case-list-show span{
    color: #fff;
    font-size: 16px;
    display:none;
}
.ul-active a{
    color: #91127B;
}
.pay-text{
    padding-bottom: 20px;
}
.service{
    width:100%;
    height:830px;
    background-image: url(/assets/img/frontend/pc/bg.png);
    background-size: 100% 100%;
    margin-top: 100px;
    padding: 90px 232px;
    box-sizing: border-box;
}
.service-swiper{
    height:500px;
}
.service .swiper-container{
    /*height:100%;*/
}
.service-ul li a{
    color: #fff;
}
.service-ul .service-ul-active a{
    color: #FFC807;
}
.index-title-flex-line-ul .service-ul li a:hover{
    color: #FFC807;
}
.service-swiper-list{
    /*display: none;*/
    opacity: 0;
    height: 0;

}

.swiper-inline{
    width: 280px;
    margin: 0px 5px;
    cursor: pointer;
}
.swiper-inline-img-box{
    width: 280px;
    height: 320px;
    position: relative;
}
.swiper-inline img{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 280px;
    height:100%;
    /*margin-bottom: 23px;*/
	border-bottom: 4px solid #000;
}
.swiper-inline-hidden{
    color: #fff;
    text-align: center;
    margin-top: 23px;
}
.swiper-inline-hidden p{
    font-size: 24px;
    margin-bottom: 20px;
}
.swiper-inline-hidden span{
    font-size: 16px;
}
.swiper-inline-show{
    width: 148px;
    height: 46px;
    border: 1px solid #686868;
    border-radius: 5px;
    font-size: 18px;
    line-height: 46px;
    color: #fff;
    text-align: center;
    margin:0 auto;
    display: none;
}
.swiper-inline-img-show{
    display: none;
    position: absolute;
    bottom:50px;
    left: 0;
    color: #fff;
    text-align: center;
    width:100%;
}
.swiper-inline-img-show p{
    font-size: 28px;
    margin-bottom: 20px;
}
.swiper-inline-img-show span{
    font-size: 16px;
}
.swiper-inline:hover .swiper-inline-show{
    display: block;
    margin-top: 23px;
}
.swiper-inline:hover .swiper-inline-hidden{
    display: none;
}
.swiper-inline:hover .swiper-inline-img-show{
    display: block;
}
.swiper-inline:hover .swiper-inline-img-box img{
    border-bottom: 4px solid #ffc107;
    margin-bottom: -4px;
}
.service-swiper{
    margin-top: 57px;
}
.service-swiper .swiper-slide{
    display: flex;
    /*flex-wrap: wrap;*/
    /*justify-content: space-around;*/
    justify-content: start;
}
.service-swiper .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom:0;
}
.service-swiper .swiper-pagination-bullet-active {
    background: #FFC107!important;
}
.service-swiper .swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    display: inline-block;
    border-radius:20px;
    background:#515151;
    opacity:inherit;
}
.live{
    width: 100%;
    /*height: 365px;*/
    background-image: url(/assets/img/frontend/pc/bg2.png);
    background-size: 100% 100%;
    padding: 84px 240px;
    box-sizing:border-box;
}
.live-none{
    display: none;
}
.live-right-none{
    display: none;
}
.live-box{
    width:1439px;
    margin: 54px auto 0;
    display: flex;
}
.live-left{
    width: 592px;
    height: 610px;
    background: #E9E9E9;
    border: 1px solid #CCCCCC;
    padding: 73px 40px;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
}
.live-left h1{
    font-size: 36px;
    color: #333;
    margin-bottom: 24px;
}
.live-left abc{
    font-size: 36px;
    color: #333;
    margin-bottom: 24px;
}
.live-left>p{
    font-size: 16px;
    margin-bottom: 47px;
    color: #666666;
}
.live-left-list{
    display: inline-flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.live-left-line{
    width: 158px;
    height: 118px;
    position: relative;
    cursor: pointer;
    margin-bottom: 42px;
}
.live-left-line img{
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.live-left-line>p{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 37px;
    width: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 37px;
    background-color:rgba(0,0,0,.5);
}
.live-left-line:hover .live-left-list-name{
    display: none;
}
.live-left-line:hover .live-left-list-show{
    display:block;
}
.live-left-list-show{
    position: absolute;
    background-color:rgba(0,0,0,.7);
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    padding-top: 27px;
    display: none;
}
.live-left-list-show p{
    font-size:22px;
}
.live-left-list-show i{
    display: block;
    margin: 15px auto;
    width: 25px;
    height: 2px;
    background: #FFC807;
}
.live-left-list-show span{
    font-size: 16px;
}
.live-left-round{
    margin: 48px auto 0;
}
.live-left-round i{
    display: inline-block;
    width: 9px;
    height: 9px;
    background:#91127B;
    border-radius:50%;
    margin: 0 5px;
}
.live-right{
    width: 846px;
    height: 610px;
    background-image: url(/assets/img/frontend/pc/right-bg.png);
    background-size:100% 100%;
    padding: 60px 30px 60px 152px;
    box-sizing: border-box;
    display: inline-block;
}
.live-right-box{
    margin-bottom: 65px;
    display: inline-flex;
    align-items: center;
}
.live-right-box>img{
    width: 158px;
    height: 118px;
    border: 4px solid #494645;
    margin-right: 33px;
    display: inline-block;
}
.live-right-text{
    display: inline-block;
    color: #fff;
}
.live-right-text h2{
    font-size: 20px;
    margin-bottom: 23px;
}
.live-right-text p{
    font-size: 16px;
    margin-bottom: 10px;
}
.assurance{
    width: 1439px;
    margin: 91px auto 0;
}
.assurance-box{
    margin-top: 51px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.assurance-line{
    width: 456px;
    height: 274px;
    padding: 55px 32px;
    box-sizing: border-box;
    margin-bottom: 18px;
    color: #333;
    background-size: 100% 100%;
    transition: all ease-out 0.3s;
}
.assurance-line p{
    font-size: 40px;
    margin-bottom:25px;
}
.assurance-line span{
    font-size: 18px;
}
.assurance-left-top{
    background-image: url(/assets/img/frontend/pc/assurance1.jpg);
}
.assurance-left-bottom{
    background-image: url(/assets/img/frontend/pc/assurance2.jpg);
}
.assurance-line a{
    display: none;
    margin-top:60px;
    transition: all ease-out 0.3s;
}
.assurance-center{
    width: 490px;
    height: 566px;
    /*background: #FFFFFF;*/
    border: 1px solid #CFCFCF;
    padding: 55px 37px;
    box-sizing: border-box;
    background-image: url(/assets/img/frontend/pc/assurance3.jpg);
    background-size:cover;
    color: #333;
}
.assurance-center p{
    font-size: 40px;
    margin-bottom: 36px;
}
.assurance-center>span{
    display: block;
    margin: 20px 0;
    font-size: 18px;
}
.assurance-center a{
    margin-top:230px;
}
.assurance-right-top{
    background-image: url(/assets/img/frontend/pc/assurance4.jpg);
}
.assurance-right-bottom{
    background-image: url(/assets/img/frontend/pc/assurance5.jpg);
}
.assurance-line:hover a{
    display: block;
}
.evaluation{
    width: 100%;
    height: 871px;
    padding: 90px 239px;
    box-sizing: border-box;
    background-image: url(/assets/img/frontend/pc/evaluation-bg.png);
    background-size: 100% 100%;
    position: relative;
}
.evaluation .swiper-slide{
    display: flex;
    /*justify-content: space-between;*/
    justify-content: start;
}
.slide-list{
    /*width: 326px;*/
    width: calc(100% / 4);
    margin: 0px 20px;
    height: 483px;
    position:relative;
    margin-top: 67px;
    transition: all ease-out 0.3s;
}
.slide-list:hover .swiper-slide-show{
    display: block;
    transition: all ease-out 0.3s;
}
.slide-list>img{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
}
.swiper-slide-show{
    width: 100%;
    height: 100%;
    background: #ffc107;
    text-align: center;
    padding: 49px 20px;
    box-sizing: border-box;
    color: #1D1D1D;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    line-height: 26px;
    transition: all ease-out 0.3s;
    display: none;
    border-bottom: 9px solid #91127B;
}
.swiper-slide-show h1{
    font-size: 24px;
    margin-bottom: 30px;
}
.swiper-slide-show abc{
    font-size: 24px;
    margin-bottom: 30px;
}
.swiper-slide-show>span{
    font-size: 16px;
    display: block;
    text-align: justify;
}
.swiper-slide-show a{
    background: none;
    border: 1px solid #91127B;
    margin: 20px auto 0;
}
.evaluation .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(/assets/img/frontend/pc/prev.png);
    right: 180px;
    left: auto;
    top: 60%;
    color: #fff;
}
.evaluation .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(/assets/img/frontend/pc/next.png);
    left: 180px;
    top: 60%;
    right: auto;
}
.flow{
    width: 1440px;
    margin:91px auto 0;
    display: flex;
    /*justify-content: space-between;*/
}
.flow-left{
    width: 230px;
    height: 200px;
    background-image: url(/assets/img/frontend/pc/flow-left.png);
    background-size: 100% 100%;
    text-align: center;
    padding-top: 72px;
    box-sizing: border-box;
    color: #fff;
    z-index: 999;
}
.flow-left p{
    font-size: 32px;
    margin-bottom: 20px;
}
.flow-left span{
    font-size: 22px;
    text-transform:uppercase;
}
.flow-right{
    height: 200px;
    background: #F8F8F8;
    border: 1px solid #D8D8D8;
    padding: 55px 56px 49px 51px;
    box-sizing: border-box;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    margin-left: -11px;
}
.flow-right-list{
    width: 75px;
    text-align: center;
    cursor: pointer;
    margin-left: 75px;
}
.flow-right-img img{
    display:block;
    width: 43px;
    height: 43px;
    margin: 0 auto;
}
.flow-right-img .flow-right-icon_ed{
    display: none;
}
.flow-right-list span{
    color: #333;
    font-size: 18px;
    display: block;
    margin-top: 29px;
    position: relative;
}
.flow-right-list:hover .flow-right-icon{
    display: none;
}
.flow-right-list:hover .flow-right-icon_ed{
    display:block;
}
.flow-right-img{
    position: relative;
}
.flow-right-img:after{
    content: '▸';
    margin-left: 20px;
    color: #535353;
    font-size: 30px;
    position: absolute;
    top: 32%;
    right:-40px;
}
.flow-right-list span:after{
    content: '——';
    position: absolute;
    right: -50px;
    top: 0;
}
.flow-right .flow-right-list:last-child span:after{
    content: normal;
}
.flow-right .flow-right-list:last-child .flow-right-img:after{
    content: normal;
}
.tips{
    width: 1440px;
    margin: 91px auto;
}
.tips-box{
    width: 100%;
    margin-top:60px;
    display: flex;
    justify-content: space-between;
}
.tips-left{
    width: 1100px;
    height: 405px;
    display: inline-flex;
}
.tips-left-swiper{
    width: 540px;
    height: 100%;
}
.tips-left-swiper .swiper-slide{
    width: 100%;
    height: 100%;
    position: relative;
}
.tips-left-swiper .swiper-container{
    width: 100%;
    height: 100%;
}
.tips-left-swiper .swiper-slide img{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width:100%;
}
.tips-left-swiper .swiper-slide p{
    position: absolute;
    left:0;
    bottom: 0;
    width: 540px;
    height: 60px;
    background:rgba(0,0,0,.8);
    line-height: 60px;
    color: #fff;
    padding: 0 30px;
    font-size: 16px;
}
.tips-left-swiper .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 23px;
    right: -21px;
    left: auto;
    width: 30%;
}
.tips-left-swiper .swiper-pagination-bullet {
    display: inline-block;
    opacity:inherit;
    width: 12px;
    height: 12px;
    background: #FFFFFF;
    border-radius: 50%;
}
.tips-left-swiper .swiper-pagination-bullet-active {
    background: #ffc107;
}
.tips-news{
    width:565px;
    height: 100%;
    background-color: #f8f8f8;
    padding:40px 26px;
    display: none;
}
.tips-news-title h2{
    color: #333;
    font-size: 18px;
    margin-bottom: 19px;
}
.tips-news-title p{
    width: 100%;
    color: #666;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 24px;
}
.tips-news-title{
    padding-bottom: 34px;
    border-bottom: 1px dashed #DDDDDD;
}
.tips-news-ul li{
    margin-top: 36px;
    width: 100%;
}
.tips-news-ul li a{
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
}
.tips-news-ul li span{
    color: #333;
    font-size: 16px;
    display: inline-block;
    width:72%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tips-news-ul li i{
    font-style: normal;
    color: #666;
    font-size: 16px;
}
.tips-news-ul li a span:before{
    content:'';
    width: 7px;
    height: 12px;
    background-image: url(/assets/img/frontend/pc/list_icon.png);
    background-size: 100% 100%;
    display: inline-block;
    margin-right: 10px;
}
.tips-right{
    width: 323px;
    height: 405px;
    background-image: url(/assets/img/frontend/pc/tips-bg.png);
    background-size: 100% 100%;
    padding: 0 16px;
}
.tips-right h2{
    height: 81px;
    font-size: 30px;
    color: #222222;
    text-align: center;
    line-height: 81px;
}
.tips-right ul li{
    margin-top: 30px;
}
.tips-right .tips-news-ul li span{
    width: 96%;
}
.footer{
    width: 100%;
    height: 351px;
    background: #000;
    padding-top: 73px;
    box-sizing: border-box;
    position: relative;
}
.footer-box{
    width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.footer-left{
    width: 987px;
    display: inline-flex;
    justify-content: space-between;
}
.footer-left img{
    width: 144px;
    height: 54px;
}
.footer-left div h2{
    color: #f9f9f9;
    font-size: 18px;
    margin-bottom: 39px;
}
.footer-left div a{
    color: #C3C3C3;
    font-size: 16px;
    margin-bottom: 15px;
    display: block;
    cursor: pointer;
}
.footer-right p img{
    width: 32px;
    height: 34px;
    display: inline-block;
    margin-right: 5px;
}
.footer-right p>span{
    font-size: 16px;
    color: #fff;
}
.footer-right>span{
    color: #FFC107;
    font-size: 32px;
    display: inline-block;
    margin: 20px 0;
}
.footer-text{
    border-top: 1px solid #1C1C1C;
    height: 90px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 90px;
}
.footer-bg{
    width: 100%;
    background-image: url(/assets/img/frontend/pc/footer_bg.png);
    background-size: 100% 100%;
    height: 195px;
    margin-top: 92px;
    position: relative;
}
.footer-bg-up{
    width: 657px;
    height: 80px;
    border: 1px solid #5E5E5E;
    border-radius: 10px;
    line-height: 80px;
    color: #ffc107;
    font-size: 34px;
    position: absolute;
    top: 87px;
    right: 320px;
    text-align: center;
    cursor: pointer;
}
.footer-bg-up img{
    position: absolute;
    right: 30px;
    top: 25px;
}
.flink a { color:#C3C3C3; margin:0px 10px;}